From cbe4c50f58df117d4b1d4b8eff10587edd49ad40 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Jul 2002 16:19:19 +0000 Subject: [PATCH] (syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'. --- src/w32proc.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/w32proc.c b/src/w32proc.c index a44a326caf9..f7ddf4d69a8 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -2232,10 +2232,9 @@ the truename of a file can be slow. */); #endif DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes, - doc: /* Non-nil means determine accurate link count in file-attributes. -This option slows down file-attributes noticeably, so is disabled by -default. Note that it is only useful for files on NTFS volumes, -where hard links are supported. */); + doc: /* Non-nil means determine accurate link count in `file-attributes'. +Note that this option is only useful for files on NTFS volumes, where hard links +are supported. Moreover, it slows down `file-attributes' noticeably. */) Vw32_get_true_file_attributes = Qt; } /* end of ntproc.c */ -- 2.30.2